Icon Services defines constants for a number of standard alert icons. You can pass one of these constants in the iconType
parameter of the function GetIconRef, for example.
enum {
kAlertNoteIcon = FOUR_CHAR_CODE('note'),
kAlertCautionIcon = FOUR_CHAR_CODE('caut'),
kAlertStopIcon = FOUR_CHAR_CODE('stop')
};